Make pipe wait for its children
[minish.git] / src / close parenthesis.c
blob5cf9c89d18823af43659715ebed6cd5d08622dd0
1 #include <stdio.h>
2 #include <stdlib.h>
4 int main(void) {
5 if (putchar(')') == EOF) {
6 return EXIT_FAILURE;